diff options
| author | Fuwn <[email protected]> | 2024-01-31 08:09:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 08:09:40 -0800 |
| commit | a1a9bd7e08397e7a98a33a249024b6a2e7e08b36 (patch) | |
| tree | fe19095cf84b02a346c81e68ddadaa17b952df92 /src/routes/tools/[tool] | |
| parent | feat(hovercover): half animation time (diff) | |
| download | due.moe-a1a9bd7e08397e7a98a33a249024b6a2e7e08b36.tar.xz due.moe-a1a9bd7e08397e7a98a33a249024b6a2e7e08b36.zip | |
feat(locale): localise birthdays
Diffstat (limited to 'src/routes/tools/[tool]')
| -rw-r--r-- | src/routes/tools/[tool]/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tools/[tool]/+page.svelte b/src/routes/tools/[tool]/+page.svelte index e6f151ad..137df74d 100644 --- a/src/routes/tools/[tool]/+page.svelte +++ b/src/routes/tools/[tool]/+page.svelte @@ -45,7 +45,7 @@ </blockquote> </div> {:else} - <HeadTitle route={tools[tool].name} path={`/tools?tool=${tool}`} /> + <HeadTitle route={tools[tool].name()} path={`/tools?tool=${tool}`} /> {#if tool === 'activity_history'} <ActivityHistory user={data.user} /> |